ENTRY() already includes an ALIGN.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
addl $4,%esp
iret
- ALIGN
ENTRY(hypercall)
subl $4,%esp
FIXUP_RING0_GUEST_STACK
call printk
jmp __domain_crash_synchronous
- ALIGN
ENTRY(ret_from_intr)
GET_CURRENT(%ebx)
movl UREGS_eflags(%esp),%eax
#include <public/xen.h>
#include <irq_vectors.h>
- ALIGN
ENTRY(compat_hypercall)
pushq $0
movl $TRAP_syscall,4(%rsp)
* the stack, starting with %rip, and an appropriate %ss must be saved into
* the space left by the trampoline.
*/
- ALIGN
ENTRY(syscall_enter)
sti
movl $FLAT_KERNEL_SS,24(%rsp)
call printk
jmp __domain_crash_synchronous
- ALIGN
/* No special register assumptions. */
ENTRY(ret_from_intr)
GET_CURRENT(%rbx)